﻿2026-06-23T10:06:03.6076752Z ##[group]Run set -euo pipefail
2026-06-23T10:06:03.6077344Z [36;1mset -euo pipefail[0m
2026-06-23T10:06:03.6077777Z [36;1mPIN=0c95435[0m
2026-06-23T10:06:03.6078198Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-23T10:06:03.6078688Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-23T10:06:03.6079439Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-23T10:06:03.6080232Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-23T10:06:03.6081043Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-23T10:06:03.6081687Z [36;1m  rm -rf "$CACHE"[0m
2026-06-23T10:06:03.6082170Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-23T10:06:03.6082699Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-23T10:06:03.6083343Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-23T10:06:03.6083992Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-23T10:06:03.6084516Z [36;1mfi[0m
2026-06-23T10:06:03.6085060Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-23T10:06:03.6099836Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-23T10:06:03.6100408Z env:
2026-06-23T10:06:03.6100827Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-23T10:06:03.6101291Z ##[endgroup]
2026-06-23T10:06:03.8892460Z    Compiling proc-macro2 v1.0.106
2026-06-23T10:06:03.8893953Z    Compiling quote v1.0.45
2026-06-23T10:06:03.8894816Z    Compiling unicode-ident v1.0.24
2026-06-23T10:06:03.8895714Z    Compiling libc v0.2.186
2026-06-23T10:06:03.8896526Z    Compiling serde_core v1.0.228
2026-06-23T10:06:03.8897683Z    Compiling cfg-if v1.0.4
2026-06-23T10:06:03.8918441Z    Compiling serde v1.0.228
2026-06-23T10:06:03.8963840Z    Compiling log v0.4.32
2026-06-23T10:06:03.9014234Z    Compiling pin-project-lite v0.2.17
2026-06-23T10:06:03.9015952Z    Compiling portable-atomic v1.13.1
2026-06-23T10:06:03.9073342Z    Compiling typenum v1.20.1
2026-06-23T10:06:03.9104808Z    Compiling version_check v0.9.5
2026-06-23T10:06:03.9200340Z    Compiling memchr v2.8.1
2026-06-23T10:06:03.9260439Z    Compiling shlex v2.0.1
2026-06-23T10:06:03.9262419Z    Compiling critical-section v1.2.0
2026-06-23T10:06:03.9375245Z    Compiling find-msvc-tools v0.1.9
2026-06-23T10:06:03.9802335Z    Compiling bytes v1.11.1
2026-06-23T10:06:04.0071126Z    Compiling futures-core v0.3.32
2026-06-23T10:06:04.0587521Z    Compiling subtle v2.6.1
2026-06-23T10:06:04.1232169Z    Compiling smallvec v1.15.1
2026-06-23T10:06:04.1551464Z    Compiling equivalent v1.0.2
2026-06-23T10:06:04.1684827Z    Compiling itoa v1.0.18
2026-06-23T10:06:04.2086746Z    Compiling semver v1.0.28
2026-06-23T10:06:04.2186491Z    Compiling stable_deref_trait v1.2.1
2026-06-23T10:06:04.2666762Z    Compiling futures-io v0.3.32
2026-06-23T10:06:04.2752058Z    Compiling slab v0.4.12
2026-06-23T10:06:04.2849721Z    Compiling futures-sink v0.3.32
2026-06-23T10:06:04.2893734Z    Compiling futures-task v0.3.32
2026-06-23T10:06:04.3031917Z    Compiling generic-array v0.14.7
2026-06-23T10:06:04.3842360Z    Compiling futures-channel v0.3.32
2026-06-23T10:06:04.4056986Z    Compiling rustversion v1.0.22
2026-06-23T10:06:04.4484508Z    Compiling bitflags v2.12.1
2026-06-23T10:06:04.4589829Z    Compiling hashbrown v0.17.1
2026-06-23T10:06:04.4722533Z    Compiling cpufeatures v0.2.17
2026-06-23T10:06:04.4892052Z    Compiling fnv v1.0.7
2026-06-23T10:06:04.4976357Z    Compiling cfg_aliases v0.2.1
2026-06-23T10:06:04.5447894Z    Compiling rustc_version v0.4.1
2026-06-23T10:06:04.5517420Z    Compiling strsim v0.11.1
2026-06-23T10:06:04.5578056Z    Compiling rand_core v0.10.1
2026-06-23T10:06:04.5705178Z    Compiling writeable v0.6.3
2026-06-23T10:06:04.6696330Z    Compiling litemap v0.8.2
2026-06-23T10:06:04.7178871Z    Compiling fs_extra v1.3.0
2026-06-23T10:06:04.7532340Z    Compiling icu_normalizer_data v2.2.0
2026-06-23T10:06:04.7751976Z    Compiling getrandom v0.4.2
2026-06-23T10:06:04.8331367Z    Compiling dunce v1.0.5
2026-06-23T10:06:04.8892266Z    Compiling ident_case v1.0.1
2026-06-23T10:06:04.9170551Z    Compiling icu_properties_data v2.2.0
2026-06-23T10:06:04.9285424Z    Compiling utf8_iter v1.0.4
2026-06-23T10:06:05.0121832Z    Compiling autocfg v1.5.1
2026-06-23T10:06:05.0642225Z    Compiling percent-encoding v2.3.2
2026-06-23T10:06:05.0703517Z    Compiling http v1.4.1
2026-06-23T10:06:05.0901598Z    Compiling unicode-segmentation v1.13.3
2026-06-23T10:06:05.1141539Z    Compiling cpufeatures v0.3.0
2026-06-23T10:06:05.2058213Z    Compiling indexmap v2.14.0
2026-06-23T10:06:05.2171230Z    Compiling thiserror v2.0.18
2026-06-23T10:06:05.2652424Z    Compiling aws-lc-rs v1.17.0
2026-06-23T10:06:05.2900337Z    Compiling scopeguard v1.2.0
2026-06-23T10:06:05.3138144Z    Compiling form_urlencoded v1.2.2
2026-06-23T10:06:05.3840871Z    Compiling syn v2.0.117
2026-06-23T10:06:05.4043425Z    Compiling lock_api v0.4.14
2026-06-23T10:06:05.4341248Z    Compiling chacha20 v0.10.0
2026-06-23T10:06:05.4481596Z    Compiling untrusted v0.9.0
2026-06-23T10:06:05.5018613Z    Compiling rustls v0.23.40
2026-06-23T10:06:05.5584243Z    Compiling heck v0.5.0
2026-06-23T10:06:05.5742326Z    Compiling anyhow v1.0.102
2026-06-23T10:06:05.5940967Z    Compiling const-oid v0.10.2
2026-06-23T10:06:05.6040882Z    Compiling unicode-xid v0.2.6
2026-06-23T10:06:05.6450828Z    Compiling convert_case v0.10.0
2026-06-23T10:06:05.7050973Z    Compiling jobserver v0.1.34
2026-06-23T10:06:05.7211016Z    Compiling atomic-waker v1.1.2
2026-06-23T10:06:05.7311577Z    Compiling httparse v1.10.1
2026-06-23T10:06:05.7716218Z    Compiling zerocopy v0.8.50
2026-06-23T10:06:05.7911201Z    Compiling paste v1.0.15
2026-06-23T10:06:05.8286620Z    Compiling parking_lot_core v0.9.12
2026-06-23T10:06:05.8396719Z    Compiling num-traits v0.2.19
2026-06-23T10:06:05.8948845Z    Compiling hybrid-array v0.4.12
2026-06-23T10:06:05.9042805Z    Compiling curve25519-dalek v4.1.3
2026-06-23T10:06:05.9949781Z    Compiling cc v1.2.63
2026-06-23T10:06:06.0279148Z    Compiling ahash v0.8.12
2026-06-23T10:06:06.0560651Z    Compiling fastrand v2.4.1
2026-06-23T10:06:06.0961030Z    Compiling either v1.16.0
2026-06-23T10:06:06.1150490Z    Compiling powerfmt v0.2.0
2026-06-23T10:06:06.1200356Z    Compiling base64ct v1.8.3
2026-06-23T10:06:06.1377948Z    Compiling http-body v1.0.1
2026-06-23T10:06:06.2391585Z    Compiling crypto-common v0.1.7
2026-06-23T10:06:06.2900750Z    Compiling block-buffer v0.10.4
2026-06-23T10:06:06.3560805Z    Compiling deranged v0.5.8
2026-06-23T10:06:06.4101410Z    Compiling digest v0.10.7
2026-06-23T10:06:06.4340939Z    Compiling tinyvec_macros v0.1.1
2026-06-23T10:06:06.4491162Z    Compiling try-lock v0.2.5
2026-06-23T10:06:06.4930941Z    Compiling pem-rfc7468 v1.0.0
2026-06-23T10:06:06.5395354Z    Compiling time-core v0.1.8
2026-06-23T10:06:06.5421817Z    Compiling base64 v0.22.1
2026-06-23T10:06:06.5610480Z    Compiling pkg-config v0.3.33
2026-06-23T10:06:06.6070718Z    Compiling mio v1.2.1
2026-06-23T10:06:06.6440690Z    Compiling socket2 v0.6.4
2026-06-23T10:06:06.7051289Z    Compiling getrandom v0.2.17
2026-06-23T10:06:06.7530631Z    Compiling tower-service v0.3.3
2026-06-23T10:06:06.8370960Z    Compiling vcpkg v0.2.15
2026-06-23T10:06:06.8440521Z    Compiling zmij v1.0.21
2026-06-23T10:06:06.9310695Z    Compiling rand v0.10.1
2026-06-23T10:06:06.9885877Z    Compiling rand_core v0.6.4
2026-06-23T10:06:07.0039425Z    Compiling data-encoding v2.11.0
2026-06-23T10:06:07.0176420Z    Compiling num-conv v0.2.2
2026-06-23T10:06:07.0365845Z    Compiling parking_lot v0.12.5
2026-06-23T10:06:07.1350536Z    Compiling sha2 v0.10.9
2026-06-23T10:06:07.1664385Z    Compiling block-buffer v0.12.0
2026-06-23T10:06:07.1800303Z    Compiling crypto-common v0.2.2
2026-06-23T10:06:07.2840474Z    Compiling want v0.3.1
2026-06-23T10:06:07.3180480Z    Compiling tinyvec v1.11.0
2026-06-23T10:06:07.4700564Z    Compiling cmake v0.1.58
2026-06-23T10:06:07.4770211Z    Compiling inout v0.1.4
2026-06-23T10:06:07.4860371Z    Compiling vergen-lib v9.1.0
2026-06-23T10:06:07.6230403Z    Compiling n0-future v0.3.2
2026-06-23T10:06:07.6330255Z    Compiling serde_json v1.0.150
2026-06-23T10:06:07.6610809Z    Compiling parking v2.2.1
2026-06-23T10:06:07.6740370Z    Compiling signature v2.2.0
2026-06-23T10:06:07.7595817Z    Compiling diatomic-waker v0.2.3
2026-06-23T10:06:07.7861399Z    Compiling crossbeam-utils v0.8.21
2026-06-23T10:06:07.8077829Z    Compiling cordyceps v0.3.4
2026-06-23T10:06:07.8189218Z    Compiling httpdate v1.0.3
2026-06-23T10:06:07.8510862Z    Compiling spin v0.10.0
2026-06-23T10:06:07.8582529Z    Compiling winnow v1.0.3
2026-06-23T10:06:07.9000726Z    Compiling futures-lite v2.6.1
2026-06-23T10:06:07.9122501Z    Compiling ed25519 v2.2.3
2026-06-23T10:06:07.9727391Z    Compiling cipher v0.4.4
2026-06-23T10:06:08.0060704Z    Compiling netlink-packet-core v0.8.1
2026-06-23T10:06:08.0530605Z    Compiling digest v0.11.3
2026-06-23T10:06:08.1320401Z    Compiling universal-hash v0.5.1
2026-06-23T10:06:08.1482240Z    Compiling futures-buffered v0.2.13
2026-06-23T10:06:08.1652014Z    Compiling vergen-lib v0.1.6
2026-06-23T10:06:08.1721258Z    Compiling vergen v9.1.0
2026-06-23T10:06:08.2263069Z    Compiling heapless v0.7.17
2026-06-23T10:06:08.2370385Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-23T10:06:08.2456794Z    Compiling noq-udp v0.10.0
2026-06-23T10:06:08.2660641Z    Compiling sync_wrapper v1.0.2
2026-06-23T10:06:08.2761516Z    Compiling byteorder v1.5.0
2026-06-23T10:06:08.3352963Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-23T10:06:08.3468679Z    Compiling opaque-debug v0.3.1
2026-06-23T10:06:08.3620587Z    Compiling allocator-api2 v0.2.21
2026-06-23T10:06:08.4168285Z    Compiling aws-lc-sys v0.41.0
2026-06-23T10:06:08.4217641Z    Compiling ring v0.17.14
2026-06-23T10:06:08.4280588Z    Compiling libsqlite3-sys v0.30.1
2026-06-23T10:06:08.4811614Z    Compiling hash32 v0.2.1
2026-06-23T10:06:08.4821166Z    Compiling polyval v0.6.2
2026-06-23T10:06:08.6560596Z    Compiling spin v0.9.8
2026-06-23T10:06:08.6981771Z    Compiling vergen-gitcl v1.0.8
2026-06-23T10:06:08.7127145Z    Compiling signature v3.0.0
2026-06-23T10:06:08.7194794Z    Compiling ryu v1.0.23
2026-06-23T10:06:08.7693385Z    Compiling num_threads v0.1.7
2026-06-23T10:06:08.8257114Z    Compiling fallible-iterator v0.3.0
2026-06-23T10:06:08.8970880Z    Compiling tower-layer v0.3.3
2026-06-23T10:06:08.9047950Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-23T10:06:08.9139555Z    Compiling time v0.3.47
2026-06-23T10:06:08.9422103Z    Compiling ghash v0.5.1
2026-06-23T10:06:08.9510877Z    Compiling sha2 v0.11.0-rc.5
2026-06-23T10:06:09.0831054Z    Compiling aes v0.8.4
2026-06-23T10:06:09.1087771Z    Compiling ctr v0.9.2
2026-06-23T10:06:09.1240828Z    Compiling fs2 v0.4.3
2026-06-23T10:06:09.2010707Z    Compiling http-body-util v0.1.3
2026-06-23T10:06:09.3050418Z    Compiling aead v0.5.2
2026-06-23T10:06:09.3198095Z    Compiling openssl-probe v0.2.1
2026-06-23T10:06:09.3704413Z    Compiling crossbeam-epoch v0.9.18
2026-06-23T10:06:09.4750710Z    Compiling crossbeam-channel v0.5.15
2026-06-23T10:06:09.4921384Z    Compiling blake3 v1.8.5
2026-06-23T10:06:09.5206536Z    Compiling netlink-packet-route v0.29.0
2026-06-23T10:06:09.6050528Z    Compiling uuid v1.23.2
2026-06-23T10:06:09.8210560Z    Compiling memoffset v0.6.5
2026-06-23T10:06:09.8550651Z    Compiling acto v0.8.2
2026-06-23T10:06:09.8812965Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-23T10:06:10.0061762Z    Compiling aes-gcm v0.10.3
2026-06-23T10:06:10.0414238Z    Compiling netwatch v0.16.0
2026-06-23T10:06:10.0661062Z    Compiling noq v0.18.0
2026-06-23T10:06:10.1602442Z    Compiling rustc-hash v2.1.2
2026-06-23T10:06:10.1708424Z    Compiling tagptr v0.2.0
2026-06-23T10:06:10.1710555Z    Compiling sorted-index-buffer v0.2.1
2026-06-23T10:06:10.2551939Z    Compiling xml-rs v0.8.28
2026-06-23T10:06:10.2740523Z    Compiling foldhash v0.2.0
2026-06-23T10:06:10.2870479Z    Compiling ref-cast v1.0.25
2026-06-23T10:06:10.3104942Z    Compiling lru-slab v0.1.2
2026-06-23T10:06:10.3271193Z    Compiling identity-hash v0.1.0
2026-06-23T10:06:10.3289335Z    Compiling thiserror v1.0.69
2026-06-23T10:06:10.4490998Z    Compiling mac-addr v0.3.0
2026-06-23T10:06:10.4540593Z    Compiling rustix v1.1.4
2026-06-23T10:06:10.4571397Z    Compiling hashbrown v0.16.1
2026-06-23T10:06:10.6360910Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-23T10:06:10.8648207Z    Compiling netlink-packet-route v0.30.0
2026-06-23T10:06:10.9110594Z    Compiling termios v0.2.2
2026-06-23T10:06:10.9221092Z    Compiling serial-core v0.4.0
2026-06-23T10:06:11.0041307Z    Compiling errno v0.3.14
2026-06-23T10:06:11.0397743Z    Compiling ioctl-rs v0.1.6
2026-06-23T10:06:11.0899389Z    Compiling synstructure v0.13.2
2026-06-23T10:06:11.1496026Z    Compiling darling_core v0.20.11
2026-06-23T10:06:11.1500927Z    Compiling xmltree v0.10.3
2026-06-23T10:06:11.3320709Z    Compiling serde_derive_internals v0.29.1
2026-06-23T10:06:11.3858489Z    Compiling aho-corasick v1.1.4
2026-06-23T10:06:11.3949569Z    Compiling simple-dns v0.9.3
2026-06-23T10:06:11.5340920Z    Compiling proc-macro-crate v3.5.0
2026-06-23T10:06:11.6433522Z    Compiling constant_time_eq v0.4.2
2026-06-23T10:06:11.6750427Z    Compiling toml_write v0.1.2
2026-06-23T10:06:11.8454163Z    Compiling simdutf8 v0.1.5
2026-06-23T10:06:11.8620488Z    Compiling smol_str v0.1.24
2026-06-23T10:06:11.8963659Z    Compiling arrayref v0.3.9
2026-06-23T10:06:11.9490808Z    Compiling linux-raw-sys v0.12.1
2026-06-23T10:06:11.9912947Z    Compiling resolv-conf v0.7.6
2026-06-23T10:06:12.0682810Z    Compiling sha1_smol v1.0.1
2026-06-23T10:06:12.1136878Z    Compiling regex-syntax v0.8.10
2026-06-23T10:06:12.1620830Z    Compiling winnow v0.7.15
2026-06-23T10:06:12.1723300Z    Compiling signal-hook v0.3.18
2026-06-23T10:06:12.3091180Z    Compiling arrayvec v0.7.6
2026-06-23T10:06:12.3341381Z    Compiling lru v0.16.4
2026-06-23T10:06:12.5041807Z    Compiling serial-unix v0.4.0
2026-06-23T10:06:12.5244444Z    Compiling signal-hook-registry v1.4.8
2026-06-23T10:06:12.5383850Z    Compiling darling_core v0.23.0
2026-06-23T10:06:12.7735856Z    Compiling serde_bytes v0.11.19
2026-06-23T10:06:12.8796586Z    Compiling hmac v0.12.1
2026-06-23T10:06:12.9728561Z    Compiling serde_derive v1.0.228
2026-06-23T10:06:12.9960514Z    Compiling zeroize_derive v1.4.3
2026-06-23T10:06:13.0630933Z    Compiling tokio-macros v2.7.0
2026-06-23T10:06:13.2910483Z    Compiling zerofrom-derive v0.1.7
2026-06-23T10:06:13.5956634Z    Compiling zeroize v1.8.2
2026-06-23T10:06:13.7888074Z    Compiling futures-macro v0.3.32
2026-06-23T10:06:13.8017674Z    Compiling tokio v1.52.3
2026-06-23T10:06:14.0611261Z    Compiling yoke-derive v0.8.2
2026-06-23T10:06:14.4781004Z    Compiling zerovec-derive v0.11.3
2026-06-23T10:06:14.6210586Z    Compiling displaydoc v0.2.6
2026-06-23T10:06:14.7111242Z    Compiling tracing-attributes v0.1.31
2026-06-23T10:06:14.7301786Z    Compiling futures-util v0.3.32
2026-06-23T10:06:14.8783447Z    Compiling zerofrom v0.1.8
2026-06-23T10:06:14.9660475Z    Compiling rustls-pki-types v1.14.1
2026-06-23T10:06:14.9950383Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-23T10:06:15.4391348Z    Compiling yoke v0.8.3
2026-06-23T10:06:15.5569892Z    Compiling thiserror-impl v2.0.18
2026-06-23T10:06:15.6688134Z    Compiling zerotrie v0.2.4
2026-06-23T10:06:15.7070372Z    Compiling darling_macro v0.20.11
2026-06-23T10:06:16.0471048Z    Compiling zerovec v0.11.6
2026-06-23T10:06:16.0681797Z    Compiling derive_more-impl v2.1.1
2026-06-23T10:06:16.0870989Z    Compiling darling v0.20.11
2026-06-23T10:06:16.1647160Z    Compiling derive_builder_core v0.20.2
2026-06-23T10:06:16.1767459Z    Compiling n0-error-macros v0.1.3
2026-06-23T10:06:16.3540500Z    Compiling spez v0.1.2
2026-06-23T10:06:16.5010369Z    Compiling der v0.8.0-rc.10
2026-06-23T10:06:16.7740691Z    Compiling pin-project-internal v1.1.13
2026-06-23T10:06:16.8930331Z    Compiling tinystr v0.8.3
2026-06-23T10:06:17.1430477Z    Compiling icu_locale_core v2.2.0
2026-06-23T10:06:17.2845351Z    Compiling potential_utf v0.1.5
2026-06-23T10:06:17.4534738Z    Compiling icu_collections v2.2.0
2026-06-23T10:06:17.4970690Z    Compiling n0-error v0.1.3
2026-06-23T10:06:17.5821755Z    Compiling derive_builder_macro v0.20.2
2026-06-23T10:06:17.9770647Z    Compiling derive_builder v0.20.2
2026-06-23T10:06:17.9990910Z    Compiling ed25519-dalek v2.2.0
2026-06-23T10:06:18.1230653Z    Compiling ipnet v2.12.0
2026-06-23T10:06:18.2020577Z    Compiling spki v0.8.0-rc.4
2026-06-23T10:06:18.2110341Z    Compiling pin-project v1.1.13
2026-06-23T10:06:18.3661172Z    Compiling spt-proto v0.14.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-23T10:06:18.4334655Z    Compiling futures-executor v0.3.32
2026-06-23T10:06:18.6327772Z    Compiling icu_provider v2.2.0
2026-06-23T10:06:18.6970410Z    Compiling prefix-trie v0.8.4
2026-06-23T10:06:18.7249273Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-23T10:06:18.8204248Z    Compiling once_cell v1.21.4
2026-06-23T10:06:18.8380546Z    Compiling futures v0.3.32
2026-06-23T10:06:18.8930651Z    Compiling ed25519 v3.0.0-rc.4
2026-06-23T10:06:18.9254066Z    Compiling icu_properties v2.2.0
2026-06-23T10:06:18.9808860Z    Compiling icu_normalizer v2.2.0
2026-06-23T10:06:19.0249057Z    Compiling tracing-core v0.1.36
2026-06-23T10:06:19.1730931Z    Compiling cobs v0.3.0
2026-06-23T10:06:19.2950692Z    Compiling hashbrown v0.14.5
2026-06-23T10:06:19.3900929Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-23T10:06:19.4255144Z    Compiling postcard-derive v0.2.2
2026-06-23T10:06:19.5314406Z    Compiling tracing v0.1.44
2026-06-23T10:06:19.8540447Z    Compiling tokio-util v0.7.18
2026-06-23T10:06:19.8547120Z    Compiling netlink-sys v0.8.8
2026-06-23T10:06:19.9191580Z    Compiling data-encoding-macro v0.1.20
2026-06-23T10:06:19.9409080Z    Compiling tower v0.5.3
2026-06-23T10:06:19.9779816Z    Compiling rustls-native-certs v0.8.4
2026-06-23T10:06:19.9959305Z    Compiling iroh-metrics-derive v0.4.1
2026-06-23T10:06:20.0056039Z    Compiling postcard v1.1.3
2026-06-23T10:06:20.1276380Z    Compiling hashlink v0.9.1
2026-06-23T10:06:20.1860779Z    Compiling num_enum_derive v0.7.6
2026-06-23T10:06:20.2142026Z    Compiling strum_macros v0.28.0
2026-06-23T10:06:20.4583512Z    Compiling idna_adapter v1.2.2
2026-06-23T10:06:20.4757038Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-23T10:06:20.4880713Z    Compiling async-trait v0.1.89
2026-06-23T10:06:20.5591284Z    Compiling idna v1.1.0
2026-06-23T10:06:20.5850743Z    Compiling rusqlite v0.32.1
2026-06-23T10:06:20.5900542Z    Compiling enum-assoc v1.3.0
2026-06-23T10:06:20.6290772Z    Compiling iroh-metrics v0.38.3
2026-06-23T10:06:20.6890720Z    Compiling iroh-relay v0.98.0
2026-06-23T10:06:20.7859541Z    Compiling derive_more v2.1.1
2026-06-23T10:06:20.8008417Z    Compiling netlink-proto v0.12.0
2026-06-23T10:06:20.9429768Z    Compiling netdev v0.42.0
2026-06-23T10:06:20.9880682Z    Compiling h2 v0.4.14
2026-06-23T10:06:21.0135140Z    Compiling tokio-stream v0.1.18
2026-06-23T10:06:21.1210051Z    Compiling url v2.5.8
2026-06-23T10:06:21.1450875Z    Compiling n0-watcher v0.6.1
2026-06-23T10:06:21.2927288Z    Compiling moka v0.12.15
2026-06-23T10:06:21.3500425Z    Compiling num_enum v0.7.6
2026-06-23T10:06:21.4071254Z    Compiling toml_datetime v0.6.11
2026-06-23T10:06:21.4721015Z    Compiling serde_spanned v0.6.9
2026-06-23T10:06:21.4891009Z    Compiling thiserror-impl v1.0.69
2026-06-23T10:06:21.6190930Z    Compiling ref-cast-impl v1.0.25
2026-06-23T10:06:21.7008892Z    Compiling toml_edit v0.22.27
2026-06-23T10:06:21.8460822Z    Compiling spt-store v0.14.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-23T10:06:22.0040311Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-23T10:06:22.0680512Z    Compiling attohttpc v0.30.1
2026-06-23T10:06:22.1271227Z    Compiling tower-http v0.6.11
2026-06-23T10:06:22.5400511Z    Compiling iroh-base v0.98.0
2026-06-23T10:06:22.6450532Z    Compiling webpki-roots v1.0.7
2026-06-23T10:06:22.6720627Z    Compiling regex-automata v0.4.14
2026-06-23T10:06:22.6778777Z    Compiling schemars_derive v1.2.1
2026-06-23T10:06:22.7023629Z    Compiling seize v0.5.1
2026-06-23T10:06:22.7270698Z    Compiling iroh v0.98.2
2026-06-23T10:06:22.7752892Z    Compiling pin-utils v0.1.0
2026-06-23T10:06:22.8370762Z    Compiling dyn-clone v1.0.20
2026-06-23T10:06:22.9691118Z    Compiling rustix v0.38.44
2026-06-23T10:06:23.0476880Z    Compiling bitflags v1.3.2
2026-06-23T10:06:23.1310526Z    Compiling cmov v0.5.4
2026-06-23T10:06:23.1935154Z    Compiling utf8parse v0.2.2
2026-06-23T10:06:23.2300265Z    Compiling strum v0.28.0
2026-06-23T10:06:23.2320760Z    Compiling filedescriptor v0.8.3
2026-06-23T10:06:23.3118482Z    Compiling iroh-dns v0.98.0
2026-06-23T10:06:23.3358646Z    Compiling anstyle-parse v1.0.0
2026-06-23T10:06:23.3780056Z    Compiling ctutils v0.4.2
2026-06-23T10:06:23.3980832Z    Compiling nix v0.25.1
2026-06-23T10:06:23.4994644Z    Compiling papaya v0.2.4
2026-06-23T10:06:23.5180222Z    Compiling backon v1.6.0
2026-06-23T10:06:23.5250677Z    Compiling darling_macro v0.23.0
2026-06-23T10:06:23.6427004Z    Compiling hkdf v0.12.4
2026-06-23T10:06:23.8100707Z    Compiling serial v0.4.0
2026-06-23T10:06:23.8709098Z    Compiling shell-words v1.1.1
2026-06-23T10:06:23.8715147Z    Compiling foldhash v0.1.5
2026-06-23T10:06:23.8845048Z    Compiling anstyle v1.0.14
2026-06-23T10:06:23.8863513Z    Compiling linux-raw-sys v0.4.15
2026-06-23T10:06:23.9036150Z    Compiling anstyle-query v1.1.5
2026-06-23T10:06:23.9930628Z    Compiling colorchoice v1.0.5
2026-06-23T10:06:24.0314297Z    Compiling is_terminal_polyfill v1.70.2
2026-06-23T10:06:24.0737467Z    Compiling instability v0.3.12
2026-06-23T10:06:24.0830752Z    Compiling downcast-rs v1.2.1
2026-06-23T10:06:24.0863792Z    Compiling anstream v1.0.0
2026-06-23T10:06:24.1038751Z    Compiling signal-hook-mio v0.2.5
2026-06-23T10:06:24.1250884Z    Compiling hashbrown v0.15.5
2026-06-23T10:06:24.1760277Z    Compiling darling v0.23.0
2026-06-23T10:06:24.2150377Z    Compiling spake2 v0.4.0
2026-06-23T10:06:24.2481893Z    Compiling terminal_size v0.4.4
2026-06-23T10:06:24.2587733Z    Compiling strum_macros v0.26.4
2026-06-23T10:06:24.2877669Z    Compiling sha1 v0.10.6
2026-06-23T10:06:24.4107852Z    Compiling itertools v0.13.0
2026-06-23T10:06:24.5391164Z    Compiling toml v0.8.23
2026-06-23T10:06:24.5970804Z    Compiling castaway v0.2.4
2026-06-23T10:06:24.6371094Z    Compiling doctest-file v1.1.1
2026-06-23T10:06:24.7560229Z    Compiling indoc v2.0.7
2026-06-23T10:06:24.8014583Z    Compiling schemars v1.2.1
2026-06-23T10:06:24.9840962Z    Compiling spt-msg v0.14.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-23T10:06:25.2210433Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-23T10:06:25.2880369Z    Compiling static_assertions v1.1.0
2026-06-23T10:06:25.3447366Z    Compiling unicode-width v0.1.14
2026-06-23T10:06:25.5990792Z    Compiling clap_lex v1.1.0
2026-06-23T10:06:25.6325072Z    Compiling compact_str v0.8.2
2026-06-23T10:06:25.7984192Z    Compiling regex v1.12.3
2026-06-23T10:06:25.8641001Z    Compiling clap_builder v4.6.0
2026-06-23T10:06:26.3033138Z    Compiling spt-runtime v0.14.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-23T10:06:26.4680872Z    Compiling crossterm v0.28.1
2026-06-23T10:06:26.5570449Z    Compiling unicode-truncate v1.1.0
2026-06-23T10:06:26.5960511Z    Compiling interprocess v2.4.2
2026-06-23T10:06:26.6977511Z    Compiling hyper v1.10.1
2026-06-23T10:06:26.8850723Z    Compiling strum v0.26.3
2026-06-23T10:06:26.9100034Z    Compiling lru v0.12.5
2026-06-23T10:06:26.9905209Z    Compiling clap_derive v4.6.1
2026-06-23T10:06:27.1030220Z    Compiling iana-time-zone v0.1.65
2026-06-23T10:06:27.4674108Z    Compiling cassowary v0.3.0
2026-06-23T10:06:27.4950596Z    Compiling portable-pty v0.8.1
2026-06-23T10:06:27.5271174Z    Compiling unicode-width v0.2.0
2026-06-23T10:06:27.5940260Z    Compiling chrono v0.4.45
2026-06-23T10:06:27.6546309Z    Compiling nucleo-matcher v0.3.1
2026-06-23T10:06:27.8487033Z    Compiling ratatui v0.29.0
2026-06-23T10:06:28.1661134Z    Compiling spt-term v0.14.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-23T10:06:28.3608172Z    Compiling qrcode v0.14.1
2026-06-23T10:06:28.7407292Z    Compiling hyper-util v0.1.20
2026-06-23T10:06:28.8680542Z    Compiling tempfile v3.27.0
2026-06-23T10:06:29.4057341Z    Compiling spt-live v0.14.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-23T10:06:29.4340726Z    Compiling clap v4.6.1
2026-06-23T10:06:30.6960749Z    Compiling igd-next v0.17.1
2026-06-23T10:06:31.7350221Z    Compiling portmapper v0.16.0
2026-06-23T10:06:36.4729619Z    Compiling rustls-webpki v0.103.13
2026-06-23T10:06:38.8061682Z    Compiling tokio-rustls v0.26.4
2026-06-23T10:06:38.8062429Z    Compiling rustls-platform-verifier v0.7.0
2026-06-23T10:06:38.8062802Z    Compiling noq-proto v0.17.0
2026-06-23T10:06:38.9520432Z    Compiling hyper-rustls v0.27.9
2026-06-23T10:06:38.9521083Z    Compiling hickory-net v0.26.0-beta.4
2026-06-23T10:06:38.9521510Z    Compiling tokio-websockets v0.13.2
2026-06-23T10:06:39.0760458Z    Compiling reqwest v0.13.4
2026-06-23T10:06:40.0037365Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-23T10:06:53.7281564Z    Compiling spt-net v0.14.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-23T10:06:55.0655705Z    Compiling spt-daemon v0.14.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-23T10:07:02.3158716Z    Compiling spt v0.14.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-23T10:07:06.1162824Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 02s
2026-06-23T10:07:06.1391891Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-ef6c57ea3825816b)
2026-06-23T10:07:06.1405917Z 
2026-06-23T10:07:06.1406399Z running 1 test
2026-06-23T10:07:12.3234450Z test new_brain_serves_against_old_broker ... ok
2026-06-23T10:07:12.3236248Z 
2026-06-23T10:07:12.3236911Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.18s
2026-06-23T10:07:12.3237313Z 
